home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-07-28 | 800 b | 27 lines | [TEXT/MPS ] |
- /*****************************************************
- Pop-up Menu Control "Rez" File Constants
-
- '#include' this file in any Rez source files that use
- pop-up menu controls.
- *****************************************************/
-
- /* CDEF's resource ID*/
- #define pmCDEFResID 3
-
- /* standard pop-up menu control procID */
- #define popMenuProc (pmCDEFResID * 16)
-
- /* VARIATION CODE MODIFIERS: */
- #define mUnused 1 /* allow sub-menus */
- #define mRes 2 /* add res names */
- #define mCheck 4 /* check menu item */
- #define mKey 8 /* reserved */
-
- /* parent of a sub-menu */
- #define parent "\$1B"
-
- /* MARK CHARACTERS */
- #define cmdChar "\$11" /* command mark */
- #define checkChar "\$12" /* check mark */
- #define diamondChar "\$13" /* diamond mark */
- #define appleChar "\$14" /* apple mark */